Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-131417: Mention asyncio Future and Task in docs for generic classes list #131422

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

asvetlov
Copy link
Contributor

@asvetlov asvetlov commented Mar 18, 2025

@asvetlov asvetlov added docs Documentation in the Doc dir 3.14 new features, bugs and security fixes labels Mar 18, 2025
@picnixz
Copy link
Member

picnixz commented Mar 18, 2025

I see that those classes are generic since 2022. Are they fully generic (namely, both C and Python implementation?). If so, we can backport the docs up to 3.12.

@asvetlov
Copy link
Contributor Author

They are fully generic, yes. Let's backport

@asvetlov asvetlov added 3.12 bugs and security fixes 3.13 bugs and security fixes labels Mar 18, 2025
@picnixz picnixz added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes and removed 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes labels Mar 18, 2025
@picnixz
Copy link
Member

picnixz commented Mar 18, 2025

Tip: The 3.x labels are used on issues to target bugs in specific versions (I personally don't add version tags if the bug was present since the beginning or I just amend the title; it lets me avoid having to re-triage them in 5 years). The "needs backports" labels are added on PRs to tell the bot to make the bps later.

@asvetlov
Copy link
Contributor Author

Thanks, @picnixz

@asvetlov asvetlov merged commit 61b4b2c into python:main Mar 19, 2025
49 checks passed
@miss-islington-app
Copy link

Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 19, 2025
…classes list (pythonGH-131422)

Mention asyncio Future and Task in docs for generic classes list
(cherry picked from commit 61b4b2c)

Co-authored-by: Andrew Svetlov <[email protected]>
@asvetlov asvetlov deleted the docs branch March 19, 2025 09:05
@bedevere-app
Copy link

bedevere-app bot commented Mar 19, 2025

GH-131445 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Mar 19, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 19, 2025
…classes list (pythonGH-131422)

Mention asyncio Future and Task in docs for generic classes list
(cherry picked from commit 61b4b2c)

Co-authored-by: Andrew Svetlov <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Mar 19, 2025

GH-131446 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Mar 19, 2025
asvetlov added a commit that referenced this pull request Mar 19, 2025
… classes list (GH-131422) (#131445)

gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422)

Mention asyncio Future and Task in docs for generic classes list
(cherry picked from commit 61b4b2c)

Co-authored-by: Andrew Svetlov <[email protected]>
asvetlov added a commit that referenced this pull request Mar 19, 2025
… classes list (GH-131422) (#131446)

gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422)

Mention asyncio Future and Task in docs for generic classes list
(cherry picked from commit 61b4b2c)

Co-authored-by: Andrew Svetlov <[email protected]>
colesbury pushed a commit to colesbury/cpython that referenced this pull request Mar 20, 2025
…classes list (python#131422)

Mention asyncio Future and Task in docs for generic classes list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants